id: task-1 title: "CLI: Setup Core Project (Bun, TypeScript, Git, Linters)" status: Done assignee: @MrLesk reporter: @MrLesk created_date: 2025-06-03 labels: ["cli", "setup"] milestone: "M1 - CLI" dependencies: ["task-0"]
Description
Initialize the actual Bun + TypeScript project. Configure linters (Biome), basic testing framework (Bun test).
Acceptance Criteria
- [x] Bun project initialized (
bun init). - [x] TypeScript configured.
- [x] Biome configured and working.
- [x] Basic
bun testexample runs. - [x] Project
README.mdcreated.